Pyttsx3 pip

50

pyttsx3 -

import pyttsx3
engine = pyttsx3.init()
engine.say("I will speak this text")
engine.runAndWait()

How to use pyttsx3 -

import pyttsx3
engine = pyttsx3.init()
engine.say("I will speak this text")
engine.runAndWait()

Comments

Submit
0 Comments